home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeNoLoc.cab / xweb.HTML.xhtml_frameset.xsd < prev    next >
Encoding:
Extensible Markup Language  |  2009-06-09  |  69.6 KB  |  2,045 lines

  1. <?xml version='1.0' encoding='utf-8' ?>
  2. <xsd:schema xmlns='http://schemas.microsoft.com/intellisense/xhtml-frameset-10' 
  3.             xmlns:xsd='http://www.w3.org/2001/XMLSchema' 
  4.             version="1.0" 
  5.             targetNamespace='http://schemas.microsoft.com/intellisense/xhtml-frameset-10' 
  6.             xmlns:vs='http://schemas.microsoft.com/Visual-Studio-Intellisense' 
  7.             xmlns:fp='http://schemas.microsoft.com/FrontPageScripting' 
  8.             vs:clientom="w3c-dom1.tlb" 
  9.             vs:ishtmlschema="true" 
  10.             vs:isserverschema="false" 
  11.             vs:htmlflavor="4.0" 
  12.             vs:XHTMLValidation="true"
  13.             vs:cssschema="CSS 2.0">
  14.     <!--
  15.      Warning:                                                                                    
  16.      Warning: 
  17.      Warning: Do not change the targetNamespace above 
  18.      Warning: 
  19.      Warning: 
  20. -->
  21.     <xsd:annotation>
  22.         <xsd:documentation>
  23.             Microsoft Visual Studio .NET schema for XHTML 1.0 Frameset
  24.             Source: http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd
  25.             (with an addition of the RunAt="server" attribute)
  26.         </xsd:documentation>
  27.     </xsd:annotation>
  28.  
  29.     <xsd:include schemaLocation="CommonHTMLTypes.xsd" />
  30.     <xsd:include schemaLocation="I18Languages.xsd" />
  31.  
  32.     <xsd:attributeGroup name="coreAttributeGroup" vs:nonbrowseable="true">
  33.         <xsd:attributeGroup ref="runatAttributeGroup" />
  34.         <xsd:attribute name="Class" vs:mapstoname="className" />
  35.         <xsd:attribute name="Title" />
  36.     </xsd:attributeGroup>
  37.  
  38.     <xsd:attributeGroup name="i18AttributeGroup" vs:nonbrowseable="true">
  39.         <xsd:attribute name="Lang" type="i18LanguageCode" />
  40.         <xsd:attribute name="xml:Lang" type="i18LanguageCode" />
  41.         <xsd:attribute name="Dir" default="ltr">
  42.             <xsd:simpleType>
  43.                 <xsd:restriction base="xsd:NMTOKEN">
  44.                     <xsd:enumeration value="ltr" />
  45.                     <xsd:enumeration value="rtl" />
  46.                 </xsd:restriction>
  47.             </xsd:simpleType>
  48.         </xsd:attribute>
  49.     </xsd:attributeGroup>
  50.  
  51.     <xsd:attributeGroup name="inputEventsGroup" vs:nonbrowseable="true">
  52.         <xsd:attribute name="onclick" vs:omtype="event" />
  53.         <xsd:attribute name="ondblclick" vs:omtype="event" />
  54.         <xsd:attribute name="onkeydown" vs:omtype="event" />
  55.         <xsd:attribute name="onkeypress" vs:omtype="event" />
  56.         <xsd:attribute name="onkeyup" vs:omtype="event" />
  57.         <xsd:attribute name="onmousedown" vs:omtype="event" />
  58.         <xsd:attribute name="onmousemove" vs:omtype="event" />
  59.         <xsd:attribute name="onmouseout" vs:omtype="event" />
  60.         <xsd:attribute name="onmouseover" vs:omtype="event" />
  61.         <xsd:attribute name="onmouseup" vs:omtype="event" />
  62.     </xsd:attributeGroup>
  63.  
  64.     <xsd:attributeGroup name="loadEventsGroup" vs:nonbrowseable="true">
  65.         <xsd:attribute name="onload" vs:omtype="event" />
  66.         <xsd:attribute name="onunload" vs:omtype="event" />
  67.     </xsd:attributeGroup>
  68.  
  69.     <xsd:attributeGroup name="focusEventsGroup" vs:nonbrowseable="true">
  70.         <xsd:attribute name="onblur" vs:omtype="event" />
  71.         <xsd:attribute name="onfocus" vs:omtype="event" />
  72.     </xsd:attributeGroup>
  73.  
  74.     <xsd:attributeGroup name="commonAttributeGroup" vs:nonbrowseable="true">
  75.         <xsd:attributeGroup ref="coreAttributeGroup" />
  76.         <xsd:attributeGroup ref="i18AttributeGroup" />
  77.         <xsd:attributeGroup ref="inputEventsGroup" />
  78.         <xsd:attribute name="Style" vs:builder="style" />
  79.     </xsd:attributeGroup>
  80.  
  81.     <xsd:attributeGroup name="focusAttributeGroupNoTabIndex" vs:nonbrowseable="true">
  82.         <xsd:attributeGroup ref="focusEventsGroup" />
  83.         <xsd:attribute name="AccessKey" />
  84.     </xsd:attributeGroup>
  85.  
  86.     <xsd:attributeGroup name="focusAttributeGroupNoAccessKey" vs:nonbrowseable="true">
  87.         <xsd:attributeGroup ref="focusEventsGroup" />
  88.         <xsd:attribute name="TabIndex" />
  89.     </xsd:attributeGroup>
  90.  
  91.     <xsd:attributeGroup name="focusAttributeGroup" vs:nonbrowseable="true">
  92.         <xsd:attributeGroup ref="focusAttributeGroupNoTabIndex" />
  93.         <xsd:attribute name="TabIndex" />
  94.     </xsd:attributeGroup>
  95.  
  96.     <xsd:group name="specialExtraElements" vs:nonbrowseable="true">
  97.         <xsd:choice>
  98.             <xsd:element ref="object" />
  99.             <xsd:element ref="applet" />
  100.             <xsd:element ref="img" />
  101.             <xsd:element ref="map" />
  102.             <xsd:element ref="iframe" />
  103.         </xsd:choice>
  104.     </xsd:group>
  105.     
  106.     <xsd:group name="specialBasicElements" vs:nonbrowseable="true">
  107.         <xsd:choice>
  108.             <xsd:element ref="br" />
  109.             <xsd:element ref="span" />
  110.             <xsd:element ref="bdo" />
  111.         </xsd:choice>
  112.     </xsd:group>
  113.  
  114.     <xsd:group name="specialElements" vs:nonbrowseable="true">
  115.         <xsd:choice>
  116.             <!-- <xsd:group ref="specialBasicElements" /> -->
  117.             <xsd:element ref="br" />
  118.             <xsd:element ref="span" />
  119.             <xsd:element ref="bdo" />
  120.  
  121.             <!-- <xsd:group ref="specialExtraElements" /> -->
  122.             <xsd:element ref="object" />
  123.             <xsd:element ref="applet" />
  124.             <xsd:element ref="img" />
  125.             <xsd:element ref="map" />
  126.             <xsd:element ref="iframe" />
  127.         </xsd:choice>
  128.     </xsd:group>
  129.  
  130.     <xsd:group name="fontStyleExtraElements" vs:nonbrowseable="true">
  131.         <xsd:choice>
  132.             <xsd:element ref="big" />
  133.             <xsd:element ref="small" />
  134.             <xsd:element ref="font" />
  135.             <xsd:element ref="basefont" />
  136.         </xsd:choice>
  137.     </xsd:group>
  138.  
  139.     <xsd:group name="fontStyleBasicElements" vs:nonbrowseable="true">
  140.         <xsd:choice>
  141.             <xsd:element ref="tt" />
  142.             <xsd:element ref="i" />
  143.             <xsd:element ref="b" />
  144.             <xsd:element ref="u" />
  145.             <xsd:element ref="s" />
  146.             <xsd:element ref="strike" />
  147.         </xsd:choice>
  148.     </xsd:group>
  149.     
  150.     <xsd:group name="fontStyleElements" vs:nonbrowseable="true">
  151.         <xsd:choice>
  152.             <!-- <xsd:group ref="fontStyleBasicElements" /> -->
  153.             <xsd:element ref="tt" />
  154.             <xsd:element ref="i" />
  155.             <xsd:element ref="b" />
  156.             <xsd:element ref="u" />
  157.             <xsd:element ref="s" />
  158.             <xsd:element ref="strike" />
  159.  
  160.             <!-- <xsd:group ref="fontStyleExtraElements" /> -->
  161.             <xsd:element ref="big" />
  162.             <xsd:element ref="small" />
  163.             <xsd:element ref="font" />
  164.             <xsd:element ref="basefont" />
  165.         </xsd:choice>
  166.     </xsd:group>
  167.  
  168.  
  169.     <xsd:group name="phraseExtraElements" vs:nonbrowseable="true">
  170.         <xsd:choice>
  171.             <xsd:element ref="sub" />
  172.             <xsd:element ref="sup" />
  173.         </xsd:choice>
  174.     </xsd:group>
  175.  
  176.     <xsd:group name="phraseBasicElements" vs:nonbrowseable="true">
  177.         <xsd:choice>
  178.             <xsd:element ref="em" />
  179.             <xsd:element ref="strong" />
  180.             <xsd:element ref="dfn" />
  181.             <xsd:element ref="code" />
  182.             <xsd:element ref="q" />
  183.             <xsd:element ref="samp" />
  184.             <xsd:element ref="kbd" />
  185.             <xsd:element ref="var" />
  186.             <xsd:element ref="cite" />
  187.             <xsd:element ref="abbr" />
  188.             <xsd:element ref="acronym" />
  189.         </xsd:choice>
  190.     </xsd:group>
  191.     
  192.     <xsd:group name="phraseElements" vs:nonbrowseable="true">
  193.         <xsd:choice>
  194.             <!-- <xsd:group ref="phraseBasicElements" /> -->
  195.             <xsd:element ref="em" />
  196.             <xsd:element ref="strong" />
  197.             <xsd:element ref="dfn" />
  198.             <xsd:element ref="code" />
  199.             <xsd:element ref="q" />
  200.             <xsd:element ref="samp" />
  201.             <xsd:element ref="kbd" />
  202.             <xsd:element ref="var" />
  203.             <xsd:element ref="cite" />
  204.             <xsd:element ref="abbr" />
  205.             <xsd:element ref="acronym" />
  206.             <!-- <xsd:group ref="phraseExtraElements" /> -->
  207.             <xsd:element ref="sub" />
  208.             <xsd:element ref="sup" />
  209.         </xsd:choice>
  210.     </xsd:group>
  211.  
  212.     <xsd:group name="inlineFormsElements" vs:nonbrowseable="true">
  213.         <xsd:choice>
  214.             <xsd:element ref="input" />
  215.             <xsd:element ref="select" />
  216.             <xsd:element ref="textarea" />
  217.             <xsd:element ref="label" />
  218.             <xsd:element ref="button" />
  219.         </xsd:choice>
  220.     </xsd:group>
  221.  
  222.     <xsd:group name="miscInlineElements" vs:nonbrowseable="true">
  223.         <xsd:choice>
  224.             <xsd:element ref="ins" />
  225.             <xsd:element ref="del" />
  226.             <xsd:element ref="script" />
  227.         </xsd:choice>
  228.     </xsd:group>
  229.  
  230.     <xsd:group name="miscElements" vs:nonbrowseable="true">
  231.         <xsd:choice>
  232.             <xsd:element ref="noscript" />
  233.  
  234.             <!-- <xsd:group ref="miscInlineElements" /> -->
  235.             <xsd:element ref="ins" />
  236.             <xsd:element ref="del" />
  237.             <xsd:element ref="script" />
  238.         </xsd:choice>
  239.     </xsd:group>
  240.  
  241.     <xsd:group name="inlineElements" vs:nonbrowseable="true">
  242.         <xsd:choice>
  243.             <xsd:element ref="a" />
  244.  
  245.             <!-- <xsd:group ref="specialElements" /> -->
  246.             <xsd:element ref="br" />
  247.             <xsd:element ref="span" />
  248.             <xsd:element ref="bdo" />
  249.             <xsd:element ref="object" />
  250.             <xsd:element ref="applet" />
  251.             <xsd:element ref="img" />
  252.             <xsd:element ref="map" />
  253.             <xsd:element ref="iframe" />
  254.  
  255.             <!-- <xsd:group ref="fontStyleElements" /> -->
  256.             <xsd:element ref="tt" />
  257.             <xsd:element ref="i" />
  258.             <xsd:element ref="b" />
  259.             <xsd:element ref="big" />
  260.             <xsd:element ref="small" />
  261.             <xsd:element ref="u" />
  262.             <xsd:element ref="s" />
  263.             <xsd:element ref="strike" />
  264.             <xsd:element ref="font" />
  265.             <xsd:element ref="basefont" />
  266.  
  267.             <!-- <xsd:group ref="phraseElements" /> -->
  268.             <xsd:element ref="em" />
  269.             <xsd:element ref="strong" />
  270.             <xsd:element ref="dfn" />
  271.             <xsd:element ref="code" />
  272.             <xsd:element ref="q" />
  273.             <xsd:element ref="samp" />
  274.             <xsd:element ref="kbd" />
  275.             <xsd:element ref="var" />
  276.             <xsd:element ref="cite" />
  277.             <xsd:element ref="abbr" />
  278.             <xsd:element ref="acronym" />
  279.             <xsd:element ref="sub" />
  280.             <xsd:element ref="sup" />
  281.  
  282.             <!-- <xsd:group ref="inlineFormsElements" /> -->
  283.             <xsd:element ref="input" />
  284.             <xsd:element ref="select" />
  285.             <xsd:element ref="textarea" />
  286.             <xsd:element ref="label" />
  287.             <xsd:element ref="button" />
  288.         </xsd:choice>
  289.     </xsd:group>
  290.  
  291. <!-- %Inline; covers inline or "Text-level" elements -->
  292.  
  293.     <xsd:group name="InlineElements" vs:nonbrowseable="true">
  294.         <xsd:choice>
  295.             <xsd:element ref="a" />
  296.  
  297.             <!-- <xsd:group ref="specialElements" /> -->
  298.             <xsd:element ref="br" />
  299.             <xsd:element ref="span" />
  300.             <xsd:element ref="bdo" />
  301.             <xsd:element ref="object" />
  302.             <xsd:element ref="applet" />
  303.             <xsd:element ref="img" />
  304.             <xsd:element ref="map" />
  305.             <xsd:element ref="iframe" />
  306.  
  307.             <!-- <xsd:group ref="fontStyleElements" /> -->
  308.             <xsd:element ref="tt" />
  309.             <xsd:element ref="i" />
  310.             <xsd:element ref="b" />
  311.             <xsd:element ref="big" />
  312.             <xsd:element ref="small" />
  313.             <xsd:element ref="u" />
  314.             <xsd:element ref="s" />
  315.             <xsd:element ref="strike" />
  316.             <xsd:element ref="font" />
  317.             <xsd:element ref="basefont" />
  318.  
  319.             <!-- <xsd:group ref="phraseElements" /> -->
  320.             <xsd:element ref="em" />
  321.             <xsd:element ref="strong" />
  322.             <xsd:element ref="dfn" />
  323.             <xsd:element ref="code" />
  324.             <xsd:element ref="q" />
  325.             <xsd:element ref="samp" />
  326.             <xsd:element ref="kbd" />
  327.             <xsd:element ref="var" />
  328.             <xsd:element ref="cite" />
  329.             <xsd:element ref="abbr" />
  330.             <xsd:element ref="acronym" />
  331.             <xsd:element ref="sub" />
  332.             <xsd:element ref="sup" />
  333.  
  334.             <!-- <xsd:group ref="inlineFormsElements" /> -->
  335.             <xsd:element ref="input" />
  336.             <xsd:element ref="select" />
  337.             <xsd:element ref="textarea" />
  338.             <xsd:element ref="label" />
  339.             <xsd:element ref="button" />
  340.  
  341.             <!-- <xsd:group ref="miscInlineElements" /> -->
  342.             <xsd:element ref="ins" />
  343.             <xsd:element ref="del" />
  344.             <xsd:element ref="script" />
  345.         </xsd:choice>
  346.     </xsd:group>
  347.  
  348. <!--================== Block level elements ==============================-->
  349.  
  350.     <xsd:group name="headingElements" vs:nonbrowseable="true">
  351.         <xsd:choice>
  352.             <xsd:element ref="h1" />
  353.             <xsd:element ref="h2" />
  354.             <xsd:element ref="h3" />
  355.             <xsd:element ref="h4" />
  356.             <xsd:element ref="h5" />
  357.             <xsd:element ref="h6" />
  358.         </xsd:choice>
  359.     </xsd:group>
  360.  
  361.     <xsd:group name="listsElements" vs:nonbrowseable="true">
  362.         <xsd:choice>
  363.             <xsd:element ref="ul" />
  364.             <xsd:element ref="ol" />
  365.             <xsd:element ref="dl" />
  366.             <xsd:element ref="menu" />
  367.             <xsd:element ref="dir" />
  368.         </xsd:choice>
  369.     </xsd:group>
  370.  
  371.     <xsd:group name="blockTextElements" vs:nonbrowseable="true">
  372.         <xsd:choice>
  373.             <xsd:element ref="pre" />
  374.             <xsd:element ref="hr" />
  375.             <xsd:element ref="blockquote" />
  376.             <xsd:element ref="address" />
  377.             <xsd:element ref="center" />
  378.         </xsd:choice>
  379.     </xsd:group> 
  380.  
  381.     <xsd:group name="blockElements" vs:nonbrowseable="true">
  382.         <xsd:choice>
  383.             <xsd:element ref="p" />
  384.             <xsd:element ref="div" />
  385.             <xsd:element ref="isindex" />
  386.             <xsd:element ref="fieldset" />
  387.             <xsd:element ref="table" />
  388.  
  389.             <!-- <xsd:group ref="headingElements" /> -->
  390.             <xsd:element ref="h1" />
  391.             <xsd:element ref="h2" />
  392.             <xsd:element ref="h3" />
  393.             <xsd:element ref="h4" />
  394.             <xsd:element ref="h5" />
  395.             <xsd:element ref="h6" />
  396.  
  397.             <!-- <xsd:group ref="listsElements" /> -->
  398.             <xsd:element ref="ul" />
  399.             <xsd:element ref="ol" />
  400.             <xsd:element ref="dl" />
  401.             <xsd:element ref="menu" />
  402.             <xsd:element ref="dir" />
  403.  
  404.             <!-- <xsd:group ref="blockTextElements" /> -->
  405.             <xsd:element ref="pre" />
  406.             <xsd:element ref="hr" />
  407.             <xsd:element ref="blockquote" />
  408.             <xsd:element ref="address" />
  409.             <xsd:element ref="center" />
  410.         </xsd:choice>
  411.     </xsd:group>
  412.  
  413. <!-- %Flow; mixes block and inline and is used for list items etc. -->
  414.  
  415.     <xsd:group name="FlowElements" vs:nonbrowseable="true">
  416.         <xsd:choice>
  417.             <xsd:element ref="form" />
  418.             <xsd:element ref="a" />
  419.  
  420.             <!-- <xsd:group ref="specialElements" /> -->
  421.             <xsd:element ref="br" />
  422.             <xsd:element ref="span" />
  423.             <xsd:element ref="bdo" />
  424.             <xsd:element ref="object" />
  425.             <xsd:element ref="applet" />
  426.             <xsd:element ref="img" />
  427.             <xsd:element ref="map" />
  428.             <xsd:element ref="iframe" />
  429.  
  430.             <!-- <xsd:group ref="fontStyleElements" /> -->
  431.             <xsd:element ref="tt" />
  432.             <xsd:element ref="i" />
  433.             <xsd:element ref="b" />
  434.             <xsd:element ref="big" />
  435.             <xsd:element ref="small" />
  436.             <xsd:element ref="u" />
  437.             <xsd:element ref="s" />
  438.             <xsd:element ref="strike" />
  439.             <xsd:element ref="font" />
  440.             <xsd:element ref="basefont" />
  441.  
  442.             <!-- <xsd:group ref="phraseElements" /> -->
  443.             <xsd:element ref="em" />
  444.             <xsd:element ref="strong" />
  445.             <xsd:element ref="dfn" />
  446.             <xsd:element ref="code" />
  447.             <xsd:element ref="q" />
  448.             <xsd:element ref="samp" />
  449.             <xsd:element ref="kbd" />
  450.             <xsd:element ref="var" />
  451.             <xsd:element ref="cite" />
  452.             <xsd:element ref="abbr" />
  453.             <xsd:element ref="acronym" />
  454.             <xsd:element ref="sub" />
  455.             <xsd:element ref="sup" />
  456.  
  457.             <!-- <xsd:group ref="inlineFormsElements" /> -->
  458.             <xsd:element ref="input" />
  459.             <xsd:element ref="select" />
  460.             <xsd:element ref="textarea" />
  461.             <xsd:element ref="label" />
  462.             <xsd:element ref="button" />
  463.  
  464.             <!-- <xsd:element ref="miscElements" /> -->
  465.             <xsd:element ref="ins" />
  466.             <xsd:element ref="del" />
  467.             <xsd:element ref="script" />
  468.             <xsd:element ref="noscript" />
  469.  
  470.             <!-- <xsd:element ref="blockElements" /> -->
  471.             <xsd:element ref="p" />
  472.             <xsd:element ref="div" />
  473.             <xsd:element ref="isindex" />
  474.             <xsd:element ref="fieldset" />
  475.             <xsd:element ref="table" />
  476.  
  477.             <!-- <xsd:group ref="headingElements" /> -->
  478.             <xsd:element ref="h1" />
  479.             <xsd:element ref="h2" />
  480.             <xsd:element ref="h3" />
  481.             <xsd:element ref="h4" />
  482.             <xsd:element ref="h5" />
  483.             <xsd:element ref="h6" />
  484.  
  485.             <!-- <xsd:group ref="listsElements" /> -->
  486.             <xsd:element ref="ul" />
  487.             <xsd:element ref="ol" />
  488.             <xsd:element ref="dl" />
  489.             <xsd:element ref="menu" />
  490.             <xsd:element ref="dir" />
  491.  
  492.             <!-- <xsd:group ref="blockTextElements" /> -->
  493.             <xsd:element ref="pre" />
  494.             <xsd:element ref="hr" />
  495.             <xsd:element ref="blockquote" />
  496.             <xsd:element ref="address" />
  497.             <xsd:element ref="center" />
  498.             
  499.         </xsd:choice>
  500.     </xsd:group>
  501.  
  502. <!--================== Content models for exclusions =====================-->
  503.  
  504.     <!-- a elements use %Inline; excluding a -->
  505.  
  506.     <xsd:group name="aContentElements" vs:nonbrowseable="true">
  507.         <xsd:choice>
  508.             <xsd:element ref="form" />
  509.  
  510.             <!-- <xsd:group ref="specialElements" /> -->
  511.             <xsd:element ref="br" />
  512.             <xsd:element ref="span" />
  513.             <xsd:element ref="bdo" />
  514.             <xsd:element ref="object" />
  515.             <xsd:element ref="applet" />
  516.             <xsd:element ref="img" />
  517.             <xsd:element ref="map" />
  518.             <xsd:element ref="iframe" />
  519.  
  520.             <!-- <xsd:group ref="fontStyleElements" /> -->
  521.             <xsd:element ref="tt" />
  522.             <xsd:element ref="i" />
  523.             <xsd:element ref="b" />
  524.             <xsd:element ref="big" />
  525.             <xsd:element ref="small" />
  526.             <xsd:element ref="u" />
  527.             <xsd:element ref="s" />
  528.             <xsd:element ref="strike" />
  529.             <xsd:element ref="font" />
  530.             <xsd:element ref="basefont" />
  531.  
  532.             <!-- <xsd:group ref="phraseElements" /> -->
  533.             <xsd:element ref="em" />
  534.             <xsd:element ref="strong" />
  535.             <xsd:element ref="dfn" />
  536.             <xsd:element ref="code" />
  537.             <xsd:element ref="q" />
  538.             <xsd:element ref="samp" />
  539.             <xsd:element ref="kbd" />
  540.             <xsd:element ref="var" />
  541.             <xsd:element ref="cite" />
  542.             <xsd:element ref="abbr" />
  543.             <xsd:element ref="acronym" />
  544.             <xsd:element ref="sub" />
  545.             <xsd:element ref="sup" />
  546.  
  547.             <!-- <xsd:group ref="inlineFormsElements" /> -->
  548.             <xsd:element ref="input" />
  549.             <xsd:element ref="select" />
  550.             <xsd:element ref="textarea" />
  551.             <xsd:element ref="label" />
  552.             <xsd:element ref="button" />
  553.  
  554.             <!-- <xsd:group ref="miscInlineElements" /> -->
  555.             <xsd:element ref="ins" />
  556.             <xsd:element ref="del" />
  557.             <xsd:element ref="script" />
  558.             
  559.         </xsd:choice>
  560.     </xsd:group>
  561.  
  562. <!-- pre uses %Inline excluding img, object, applet, big, small, font, or basefont -->
  563.  
  564.     <xsd:group name="preContentElements" vs:nonbrowseable="true">
  565.         <xsd:choice>
  566.             <xsd:element ref="a" />
  567.  
  568.             <!-- <xsd:group ref="specialBasicElements" /> -->
  569.             <xsd:element ref="br" />
  570.             <xsd:element ref="span" />
  571.             <xsd:element ref="bdo" />
  572.  
  573.             <!-- <xsd:group ref="fontStyleBasicElements" /> -->
  574.             <xsd:element ref="tt" />
  575.             <xsd:element ref="i" />
  576.             <xsd:element ref="b" />
  577.             <xsd:element ref="u" />
  578.             <xsd:element ref="s" />
  579.             <xsd:element ref="strike" />
  580.  
  581.             <!-- <xsd:group ref="phraseBasicElements" /> -->
  582.             <xsd:element ref="em" />
  583.             <xsd:element ref="strong" />
  584.             <xsd:element ref="dfn" />
  585.             <xsd:element ref="code" />
  586.             <xsd:element ref="q" />
  587.             <xsd:element ref="samp" />
  588.             <xsd:element ref="kbd" />
  589.             <xsd:element ref="var" />
  590.             <xsd:element ref="cite" />
  591.             <xsd:element ref="abbr" />
  592.             <xsd:element ref="acronym" />
  593.  
  594.             <!-- <xsd:group ref="inlineFormsElements" /> -->
  595.             <xsd:element ref="input" />
  596.             <xsd:element ref="select" />
  597.             <xsd:element ref="textarea" />
  598.             <xsd:element ref="label" />
  599.             <xsd:element ref="button" />
  600.  
  601.             <!-- <xsd:group ref="miscInlineElements" /> -->
  602.             <xsd:element ref="ins" />
  603.             <xsd:element ref="del" />
  604.             <xsd:element ref="script" />
  605.             
  606.         </xsd:choice>
  607.     </xsd:group>
  608.  
  609. <!-- form uses %Flow; excluding form -->
  610.  
  611.     <xsd:group name="formElements" vs:nonbrowseable="true">
  612.         <xsd:choice>
  613.             <xsd:element ref="a" />
  614.  
  615.             <!-- <xsd:group ref="specialElements" /> -->
  616.             <xsd:element ref="br" />
  617.             <xsd:element ref="span" />
  618.             <xsd:element ref="bdo" />
  619.             <xsd:element ref="object" />
  620.             <xsd:element ref="applet" />
  621.             <xsd:element ref="img" />
  622.             <xsd:element ref="map" />
  623.             <xsd:element ref="iframe" />
  624.  
  625.             <!-- <xsd:group ref="fontStyleElements" /> -->
  626.             <xsd:element ref="tt" />
  627.             <xsd:element ref="i" />
  628.             <xsd:element ref="b" />
  629.             <xsd:element ref="big" />
  630.             <xsd:element ref="small" />
  631.             <xsd:element ref="u" />
  632.             <xsd:element ref="s" />
  633.             <xsd:element ref="strike" />
  634.             <xsd:element ref="font" />
  635.             <xsd:element ref="basefont" />
  636.  
  637.             <!-- <xsd:group ref="phraseElements" /> -->
  638.             <xsd:element ref="em" />
  639.             <xsd:element ref="strong" />
  640.             <xsd:element ref="dfn" />
  641.             <xsd:element ref="code" />
  642.             <xsd:element ref="q" />
  643.             <xsd:element ref="samp" />
  644.             <xsd:element ref="kbd" />
  645.             <xsd:element ref="var" />
  646.             <xsd:element ref="cite" />
  647.             <xsd:element ref="abbr" />
  648.             <xsd:element ref="acronym" />
  649.             <xsd:element ref="sub" />
  650.             <xsd:element ref="sup" />
  651.  
  652.             <!-- <xsd:group ref="inlineFormsElements" /> -->
  653.             <xsd:element ref="input" />
  654.             <xsd:element ref="select" />
  655.             <xsd:element ref="textarea" />
  656.             <xsd:element ref="label" />
  657.             <xsd:element ref="button" />
  658.  
  659.             <!-- <xsd:element ref="miscInlineElements" /> -->
  660.             <xsd:element ref="ins" />
  661.             <xsd:element ref="del" />
  662.             <xsd:element ref="script" />
  663.  
  664.             <!-- <xsd:element ref="blockElements" /> -->
  665.             <xsd:element ref="p" />
  666.             <xsd:element ref="div" />
  667.             <xsd:element ref="isindex" />
  668.             <xsd:element ref="fieldset" />
  669.             <xsd:element ref="table" />
  670.  
  671.             <!-- <xsd:group ref="headingElements" /> -->
  672.             <xsd:element ref="h1" />
  673.             <xsd:element ref="h2" />
  674.             <xsd:element ref="h3" />
  675.             <xsd:element ref="h4" />
  676.             <xsd:element ref="h5" />
  677.             <xsd:element ref="h6" />
  678.  
  679.             <!-- <xsd:group ref="listsElements" /> -->
  680.             <xsd:element ref="ul" />
  681.             <xsd:element ref="ol" />
  682.             <xsd:element ref="dl" />
  683.             <xsd:element ref="menu" />
  684.             <xsd:element ref="dir" />
  685.  
  686.             <!-- <xsd:group ref="blockTextElements" /> -->
  687.             <xsd:element ref="pre" />
  688.             <xsd:element ref="hr" />
  689.             <xsd:element ref="blockquote" />
  690.             <xsd:element ref="address" />
  691.             <xsd:element ref="center" />
  692.             
  693.         </xsd:choice>
  694.     </xsd:group>
  695.  
  696. <!-- button uses %Flow; but excludes a, form, form controls, iframe -->
  697.  
  698.     <xsd:group name="buttonContentElements" vs:nonbrowseable="true">
  699.         <xsd:choice>
  700.  
  701.             <xsd:element ref="table" />
  702.             <xsd:element ref="br" />
  703.             <xsd:element ref="span" />
  704.             <xsd:element ref="bdo" />
  705.             <xsd:element ref="object" />
  706.             <xsd:element ref="applet" />
  707.             <xsd:element ref="img" />
  708.             <xsd:element ref="map" />
  709.             <xsd:element ref="p" />
  710.             <xsd:element ref="div" />
  711.  
  712.             <!-- <xsd:group ref="fontStyleElements" /> -->
  713.             <xsd:element ref="tt" />
  714.             <xsd:element ref="i" />
  715.             <xsd:element ref="b" />
  716.             <xsd:element ref="big" />
  717.             <xsd:element ref="small" />
  718.             <xsd:element ref="u" />
  719.             <xsd:element ref="s" />
  720.             <xsd:element ref="strike" />
  721.             <xsd:element ref="font" />
  722.             <xsd:element ref="basefont" />
  723.  
  724.             <!-- <xsd:group ref="phraseElements" /> -->
  725.             <xsd:element ref="em" />
  726.             <xsd:element ref="strong" />
  727.             <xsd:element ref="dfn" />
  728.             <xsd:element ref="code" />
  729.             <xsd:element ref="q" />
  730.             <xsd:element ref="samp" />
  731.             <xsd:element ref="kbd" />
  732.             <xsd:element ref="var" />
  733.             <xsd:element ref="cite" />
  734.             <xsd:element ref="abbr" />
  735.             <xsd:element ref="acronym" />
  736.             <xsd:element ref="sub" />
  737.             <xsd:element ref="sup" />
  738.  
  739.             <!-- <xsd:element ref="miscElements" /> -->
  740.             <xsd:element ref="ins" />
  741.             <xsd:element ref="del" />
  742.             <xsd:element ref="script" />
  743.             <xsd:element ref="noscript" />
  744.  
  745.             <!-- <xsd:group ref="headingElements" /> -->
  746.             <xsd:element ref="h1" />
  747.             <xsd:element ref="h2" />
  748.             <xsd:element ref="h3" />
  749.             <xsd:element ref="h4" />
  750.             <xsd:element ref="h5" />
  751.             <xsd:element ref="h6" />
  752.  
  753.             <!-- <xsd:group ref="listsElements" /> -->
  754.             <xsd:element ref="ul" />
  755.             <xsd:element ref="ol" />
  756.             <xsd:element ref="dl" />
  757.             <xsd:element ref="menu" />
  758.             <xsd:element ref="dir" />
  759.  
  760.             <!-- <xsd:group ref="blockTextElements" /> -->
  761.             <xsd:element ref="pre" />
  762.             <xsd:element ref="hr" />
  763.             <xsd:element ref="blockquote" />
  764.             <xsd:element ref="address" />
  765.             <xsd:element ref="center" />
  766.             
  767.         </xsd:choice>
  768.     </xsd:group>
  769.  
  770. <!-- End of group definitions -->
  771.  
  772. <!-- Elements are defined in the order of appearance in the W3C DTD -->
  773.  
  774. <!--================ Document Structure ==================================-->
  775.  
  776.     <!-- This element must be the first one in the file! -->
  777.     <xsd:element name="html" minOccurs="1" maxOccurs="1">
  778.         <xsd:complexType>
  779.             <xsd:choice>
  780.                 <xsd:element ref="frameset" />
  781.                 <xsd:element ref="head" minOccurs="1" maxOccurs="1" />
  782.             </xsd:choice>
  783.             <xsd:attributeGroup ref="i18AttributeGroup" />
  784.             <xsd:attributeGroup ref="runatAttributeGroup" />
  785.             <xsd:attribute name="xmlns" fixed="true" use="required">
  786.                 <xsd:simpleType>
  787.                     <xsd:restriction base="xsd:NMTOKEN">
  788.                         <xsd:enumeration value="http://www.w3.org/1999/xhtml" />
  789.                     </xsd:restriction>
  790.                 </xsd:simpleType>
  791.             </xsd:attribute>
  792.         </xsd:complexType>
  793.     </xsd:element>
  794.  
  795. <!--================ Document Head =======================================-->
  796.  
  797.     <xsd:element name="head">
  798.         <xsd:complexType>
  799.             <xsd:choice>
  800.                 <xsd:element ref="script" />
  801.                 <xsd:element ref="style" />
  802.                 <xsd:element ref="meta" />
  803.                 <xsd:element ref="link" />
  804.                 <xsd:element ref="object" />
  805.                 <xsd:element ref="isindex" />
  806.                 <xsd:element ref="base" />
  807.                 <xsd:element ref="title" minOccurs="1" maxOccurs="1" />
  808.             </xsd:choice>
  809.             <xsd:attributeGroup ref="i18AttributeGroup" />
  810.             <xsd:attributeGroup ref="runatAttributeGroup" />
  811.             <xsd:attribute name="Profile" type="xsd:anyURI" />
  812.         </xsd:complexType>
  813.     </xsd:element>
  814.  
  815.     <xsd:element name="title">
  816.         <xsd:complexType mixed="true">
  817.             <xsd:attribute name="Title" />
  818.             <xsd:attributeGroup ref="i18AttributeGroup" />
  819.             <xsd:attributeGroup ref="runatAttributeGroup" />
  820.         </xsd:complexType>
  821.     </xsd:element>
  822.     
  823. <!-- document base URI -->
  824.  
  825.     <xsd:element name="base">
  826.         <xsd:complexType>
  827.             <xsd:attributeGroup ref="runatAttributeGroup" />
  828.             <xsd:attribute name="HRef" type="xsd:anyURI" vs:preferredextensions=".asp;.aspx;.asmx;.asax;.ashx;.asix;.ascx;.htm;.html;.xml;.xsd;.config;.asa;.css;.shtm;.shtml;.php;.jsp" />
  829.             <xsd:attribute name="Target" type="frameTarget" />
  830.         </xsd:complexType>
  831.     </xsd:element>
  832.  
  833. <!-- generic metainformation -->
  834.  
  835.     <xsd:element name="meta">
  836.         <xsd:complexType>
  837.             <xsd:attributeGroup ref="i18AttributeGroup" />
  838.             <xsd:attributeGroup ref="runatAttributeGroup" />
  839.             <xsd:attribute name="HTTP-Equiv" />
  840.             <xsd:attribute name="Name" />
  841.             <xsd:attribute name="Content" use="required" />
  842.             <xsd:attribute name="Scheme" />
  843.         </xsd:complexType>
  844.     </xsd:element>
  845.  
  846.     <xsd:element name="link" fp:default="onclick">
  847.         <xsd:complexType>
  848.             <xsd:attributeGroup ref="commonAttributeGroup" />
  849.             <xsd:attribute name="Charset" type="xsd:string" />
  850.             <xsd:attribute name="HRef" type="xsd:anyURI" vs:preferredextensions=".asp;.aspx;.asmx;.asax;.ashx;.asix;.ascx;.htm;.html;.xml;.xsd;.config;.asa;.css;.shtm;.shtml;.php;.jsp" />
  851.             <xsd:attribute name="HRefLang" type="i18LanguageCode" />
  852.             <xsd:attribute name="Rel" type="linkType" />
  853.             <xsd:attribute name="Rev" type="linkType" />
  854.             <xsd:attribute name="Media" type="mediaType" default="screen" />
  855.             <xsd:attribute name="Target" type="frameTarget" />
  856.             <xsd:attribute name="Type" type="contentType" vs:readonly="true" />
  857.         </xsd:complexType>
  858.     </xsd:element>
  859.  
  860. <!-- style info, which may include CDATA sections -->
  861.  
  862.     <xsd:element name="style">
  863.         <xsd:complexType mixed="true">
  864.             <xsd:attributeGroup ref="i18AttributeGroup" />
  865.             <xsd:attributeGroup ref="runatAttributeGroup" />
  866.             <xsd:attribute name="Type" vs:readonly="true" use="required">
  867.                 <xsd:simpleType>
  868.                     <xsd:union>
  869.                         <xsd:simpleType>
  870.                             <xsd:restriction base="xsd:string">
  871.                                 <xsd:enumeration value="text/css" />
  872.                             </xsd:restriction>
  873.                             <xsd:simpleType>
  874.                                 <xsd:restriction base="xsd:string" />
  875.                             </xsd:simpleType>
  876.                         </xsd:simpleType>
  877.                     </xsd:union>
  878.                 </xsd:simpleType>
  879.             </xsd:attribute>
  880.             <xsd:attribute name="Media" type="mediaType" default="screen" />
  881.             <xsd:attribute name="Title" type="xsd:string" />
  882.             <xsd:attribute name="xml:Space" vs:readonly="true" fixed="true">
  883.                 <xsd:simpleType>
  884.                     <xsd:restriction base="xsd:string">
  885.                         <xsd:enumeration value="preserve" />
  886.                         <xsd:enumeration value="default" />
  887.                     </xsd:restriction>
  888.                 </xsd:simpleType>
  889.             </xsd:attribute>
  890.         </xsd:complexType>
  891.     </xsd:element>
  892.  
  893. <!-- script statements, which may include CDATA sections -->
  894.  
  895.     <xsd:element name="script">
  896.         <xsd:complexType mixed="true">
  897.             <xsd:attributeGroup ref="runatAttributeGroup" />
  898.             <xsd:attribute name="Charset" type="xsd:string" />
  899.             <xsd:attribute name="Type" type="scriptType" vs:readonly="true" use="required" />
  900.             <xsd:attribute name="Language" type="scriptLanguage" vs:readonly="true" />
  901.             <xsd:attribute name="Src" type="xsd:anyURI" />
  902.             <xsd:attribute name="Defer" vs:standalone="true" />
  903.             <xsd:attribute name="xml:Space" vs:readonly="true" fixed="true">
  904.                 <xsd:simpleType>
  905.                     <xsd:restriction base="xsd:string">
  906.                         <xsd:enumeration value="preserve" />
  907.                         <xsd:enumeration value="default" />
  908.                     </xsd:restriction>
  909.                 </xsd:simpleType>
  910.             </xsd:attribute>
  911.         </xsd:complexType>
  912.     </xsd:element>
  913.  
  914. <!-- alternate Content container for non script-based rendering -->
  915.  
  916.     <xsd:element name="noscript" vs:clientom="noshow" fp:default="onclick">
  917.         <xsd:complexType mixed="true">
  918.             <xsd:choice>
  919.                 <xsd:group ref="FlowElements" />
  920.             </xsd:choice>
  921.             <xsd:attributeGroup ref="commonAttributeGroup" />
  922.         </xsd:complexType>
  923.     </xsd:element>
  924.  
  925. <!--======================= Frames =======================================-->
  926.  
  927.     <xsd:element name="frameset" vs:clientom="frameset">
  928.         <xsd:complexType>
  929.             <xsd:choice>
  930.                 <xsd:element ref="frame" />
  931.                 <xsd:element ref="frameset" />
  932.                 <xsd:element ref="noframes" />
  933.             </xsd:choice>
  934.             <xsd:attributeGroup ref="coreAttributeGroup" />
  935.             <xsd:attributeGroup ref="loadEventsGroup" />
  936.             <xsd:attribute name="Rows" />
  937.             <xsd:attribute name="Cols" />
  938.         </xsd:complexType>
  939.     </xsd:element>
  940.  
  941.     <xsd:element name="frame" vs:clientom="frame">
  942.         <xsd:complexType>
  943.             <xsd:attributeGroup ref="coreAttributeGroup" />
  944.             <xsd:attribute name="LongDesc" type="xsd:anyURI" />
  945.             <xsd:attribute name="Name" />
  946.             <xsd:attribute name="Src" type="xsd:anyURI" />
  947.             <xsd:attribute name="FrameBorder" type="frameBorderType" default="1" />
  948.             <xsd:attribute name="MarginHeight" type="xsd:integer" />
  949.             <xsd:attribute name="MarginWidth"  type="xsd:integer" />
  950.             <xsd:attribute name="NoResize" vs:standalone="true" />
  951.             <xsd:attribute name="Scrolling" type="scrollingType" default="auto" />
  952.         </xsd:complexType>
  953.     </xsd:element>
  954.  
  955.     <xsd:element name="iframe" vs:clientom="frame">
  956.         <xsd:complexType mixed="true">
  957.             <xsd:choice>
  958.                 <xsd:group ref="FlowElements" />
  959.             </xsd:choice>
  960.             <xsd:attributeGroup ref="coreAttributeGroup" />
  961.             <xsd:attribute name="LongDesc" type="xsd:anyURI" />
  962.             <xsd:attribute name="Name" />
  963.             <xsd:attribute name="Src" type="xsd:anyURI" vs:preferredextensions=".asp;.aspx;.asmx;.asax;.ashx;.asix;.ascx;.htm;.html;.xml;.xsd;.config;.asa;.css;.shtm;.shtml;.php;.jsp" />
  964.             <xsd:attribute name="FrameBorder" type="frameBorderType" default="1" />
  965.             <xsd:attribute name="MarginHeight" type="xsd:integer" />
  966.             <xsd:attribute name="MarginWidth"  type="xsd:integer" />
  967.             <xsd:attribute name="Scrolling" type="scrollingType" default="auto">
  968.             </xsd:attribute>
  969.             <xsd:attribute name="Align" type="imgAlignType" vs:deprecated="true" />
  970.             <xsd:attribute name="Height" />
  971.             <xsd:attribute name="Width" />
  972.         </xsd:complexType>
  973.     </xsd:element>
  974.  
  975. <!-- alternate Content container for non frame-based rendering -->
  976.  
  977.     <xsd:element name="noframes" vs:clientom="noshow" fp:default="onclick">
  978.         <xsd:complexType mixed="true">
  979.             <xsd:choice>
  980.                 <xsd:element ref="body" minOccurs="1" maxOccurs="1" />
  981.             </xsd:choice>
  982.             <xsd:attributeGroup ref="commonAttributeGroup" />
  983.         </xsd:complexType>
  984.     </xsd:element>
  985.  
  986. <!--=================== Document Body ====================================-->
  987.  
  988.     <xsd:element name="body" fp:default="onload">
  989.         <xsd:complexType>
  990.             <xsd:choice>
  991.                 <xsd:group ref="FlowElements" />
  992.             </xsd:choice>
  993.             <xsd:attributeGroup ref="commonAttributeGroup" />
  994.             <xsd:attributeGroup ref="loadEventsGroup" />
  995.             <xsd:attribute name="Background" type="xsd:anyURI" filetype="image" vs:preferredextensions=".jpg;.jpeg;.gif;.bmp;.jpe;.png;.dib;.tif;.wmf;.ras;.eps;.pcx;.pcd;.tga;.ashx;.asix"  vs:deprecated="true" />
  996.             <xsd:attribute name="BgColor" type="colorType" vs:builder="color" vs:deprecated="true" />
  997.             <xsd:attribute name="Text" type="colorType" vs:builder="color" vs:deprecated="true" />
  998.             <xsd:attribute name="Link" type="colorType" vs:builder="color" vs:deprecated="true" />
  999.             <xsd:attribute name="VLink" type="colorType" vs:builder="color"  vs:deprecated="true" />
  1000.             <xsd:attribute name="ALink" type="colorType" vs:builder="color" vs:deprecated="true" />
  1001.         </xsd:complexType>
  1002.     </xsd:element>
  1003.     
  1004.     <xsd:element name="div" fp:default="onclick"> <!-- generic Language/style container -->
  1005.         <xsd:complexType mixed="true">
  1006.             <xsd:choice>
  1007.                 <xsd:group ref="FlowElements" />
  1008.             </xsd:choice>
  1009.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1010.             <xsd:attribute name="Align" type="textAlignType" vs:deprecated="true" />
  1011.         </xsd:complexType>
  1012.     </xsd:element>
  1013.  
  1014. <!--=================== Paragraphs =======================================-->
  1015.  
  1016.     <xsd:element name="p" fp:default="onmouseover">
  1017.         <xsd:complexType mixed="true">
  1018.             <xsd:choice>
  1019.                 <xsd:group ref="InlineElements" />
  1020.             </xsd:choice>
  1021.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1022.             <xsd:attribute name="Align" type="textAlignType" default="left" vs:deprecated="true" />
  1023.         </xsd:complexType>
  1024.     </xsd:element>
  1025.     
  1026. <!--=================== Headings =========================================-->
  1027.  
  1028.     <xsd:element name="h1" vs:clientom="header" fp:default="onmouseover">
  1029.         <xsd:complexType mixed="true">
  1030.             <xsd:choice>
  1031.                 <xsd:group ref="InlineElements" />
  1032.             </xsd:choice>
  1033.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1034.             <xsd:attribute name="Align" type="textAlignType" default="left" vs:deprecated="true" />
  1035.         </xsd:complexType>
  1036.     </xsd:element>
  1037.  
  1038.     <xsd:element name="h2" vs:clientom="header" fp:default="onmouseover">
  1039.         <xsd:complexType mixed="true">
  1040.             <xsd:choice>
  1041.                 <xsd:group ref="InlineElements" />
  1042.             </xsd:choice>
  1043.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1044.             <xsd:attribute name="Align" type="textAlignType" default="left" vs:deprecated="true" />
  1045.         </xsd:complexType>
  1046.     </xsd:element>
  1047.  
  1048.     <xsd:element name="h3" vs:clientom="header" fp:default="onmouseover">
  1049.         <xsd:complexType mixed="true">
  1050.             <xsd:choice>
  1051.                 <xsd:group ref="InlineElements" />
  1052.             </xsd:choice>
  1053.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1054.             <xsd:attribute name="Align" type="textAlignType" default="left" vs:deprecated="true" />
  1055.         </xsd:complexType>
  1056.     </xsd:element>
  1057.  
  1058.     <xsd:element name="h4" vs:clientom="header" fp:default="onmouseover">
  1059.         <xsd:complexType mixed="true">
  1060.             <xsd:choice>
  1061.                 <xsd:group ref="InlineElements" />
  1062.             </xsd:choice>
  1063.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1064.             <xsd:attribute name="Align" type="textAlignType" default="left" vs:deprecated="true" />
  1065.         </xsd:complexType>
  1066.     </xsd:element>
  1067.  
  1068.     <xsd:element name="h5" vs:clientom="header" fp:default="onmouseover">
  1069.         <xsd:complexType mixed="true">
  1070.             <xsd:choice>
  1071.                 <xsd:group ref="InlineElements" />
  1072.             </xsd:choice>
  1073.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1074.             <xsd:attribute name="Align" type="textAlignType" default="left" vs:deprecated="true" />
  1075.         </xsd:complexType>
  1076.     </xsd:element>
  1077.  
  1078.     <xsd:element name="h6" vs:clientom="header" fp:default="onmouseover">
  1079.         <xsd:complexType mixed="true">
  1080.             <xsd:choice>
  1081.                 <xsd:group ref="InlineElements" />
  1082.             </xsd:choice>
  1083.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1084.             <xsd:attribute name="Align" type="textAlignType" default="left" vs:deprecated="true" />
  1085.         </xsd:complexType>
  1086.     </xsd:element>
  1087.  
  1088. <!--=================== Lists ============================================-->
  1089.  
  1090.     <xsd:element name="ul" fp:default="onmouseover">
  1091.         <xsd:complexType>
  1092.             <xsd:choice>
  1093.                 <xsd:element ref="li" />
  1094.             </xsd:choice>
  1095.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1096.             <xsd:attribute name="Type" default="disc" vs:deprecated="true">
  1097.                 <xsd:simpleType>
  1098.                     <xsd:restriction base="xsd:NMTOKEN">
  1099.                         <xsd:enumeration value="disc" />
  1100.                         <xsd:enumeration value="square" />
  1101.                         <xsd:enumeration value="circle" />
  1102.                     </xsd:restriction>
  1103.                 </xsd:simpleType>
  1104.             </xsd:attribute>
  1105.             <xsd:attribute name="Compact" vs:standalone="true" vs:deprecated="true" />
  1106.         </xsd:complexType>
  1107.     </xsd:element>
  1108.     
  1109.     <xsd:element name="ol" fp:default="onmouseover">
  1110.         <xsd:complexType>
  1111.             <xsd:choice>
  1112.                 <xsd:element ref="li" />
  1113.             </xsd:choice>
  1114.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1115.             <xsd:attribute name="Compact" vs:standalone="true" vs:deprecated="true" />
  1116.             <xsd:attribute name="Type" default="1" vs:readonly="true" vs:deprecated="true">
  1117.                 <xsd:simpleType>
  1118.                     <xsd:restriction base="xsd:NMTOKEN">
  1119.                         <xsd:enumeration value="A" />
  1120.                         <xsd:enumeration value="a" />
  1121.                         <xsd:enumeration value="I" />
  1122.                         <xsd:enumeration value="i" />
  1123.                         <xsd:enumeration value="1" />
  1124.                     </xsd:restriction>
  1125.                 </xsd:simpleType>
  1126.             </xsd:attribute>
  1127.             <xsd:attribute name="Start" vs:deprecated="true" />
  1128.         </xsd:complexType>
  1129.     </xsd:element>
  1130.     
  1131.     <xsd:element name="menu" vs:deprecated="true" vs:clientom="list" fp:default="onmouseover">
  1132.         <xsd:complexType>
  1133.             <xsd:choice>
  1134.                 <xsd:element ref="li" />
  1135.             </xsd:choice>
  1136.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1137.             <xsd:attribute name="Compact" vs:standalone="true" vs:deprecated="true" />
  1138.         </xsd:complexType>
  1139.     </xsd:element>
  1140.  
  1141.     <xsd:element name="dir" vs:deprecated="true" vs:clientom="list" fp:default="onmouseover">
  1142.         <xsd:complexType>
  1143.             <xsd:choice>
  1144.                 <xsd:element ref="li" />
  1145.             </xsd:choice>
  1146.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1147.             <xsd:attribute name="Compact" vs:standalone="true" vs:deprecated="true" />
  1148.         </xsd:complexType>
  1149.     </xsd:element>
  1150.  
  1151.     <xsd:element name="li" fp:default="onmouseover">
  1152.         <xsd:complexType mixed="true">
  1153.             <xsd:choice>
  1154.                 <xsd:group ref="FlowElements" />
  1155.             </xsd:choice>
  1156.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1157.             <xsd:attribute name="Type" default="1" vs:readonly="true" vs:deprecated="true">
  1158.                 <xsd:simpleType>
  1159.                     <xsd:restriction base="xsd:NMTOKEN">
  1160.                         <xsd:enumeration value="A" />
  1161.                         <xsd:enumeration value="a" />
  1162.                         <xsd:enumeration value="I" />
  1163.                         <xsd:enumeration value="i" />
  1164.                         <xsd:enumeration value="1" />
  1165.                     </xsd:restriction>
  1166.                 </xsd:simpleType>
  1167.             </xsd:attribute>
  1168.             <xsd:attribute name="Value" vs:deprecated="true" />
  1169.         </xsd:complexType>
  1170.     </xsd:element>
  1171.  
  1172. <!-- definition lists - dt for term, dd for its definition -->
  1173.  
  1174.     <xsd:element name="dl" vs:clientom="list" fp:default="onmouseover">
  1175.         <xsd:complexType>
  1176.             <xsd:choice>
  1177.                 <xsd:element ref="dd" />
  1178.                 <xsd:element ref="dt" />
  1179.             </xsd:choice>
  1180.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1181.             <xsd:attribute name="Compact" vs:standalone="true" />
  1182.         </xsd:complexType>
  1183.     </xsd:element>
  1184.  
  1185.     <xsd:element name="dt" fp:default="onmouseover">
  1186.         <xsd:complexType mixed="true">
  1187.             <xsd:choice>
  1188.                 <xsd:group ref="InlineElements" />
  1189.             </xsd:choice>
  1190.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1191.         </xsd:complexType>
  1192.     </xsd:element>
  1193.  
  1194.     <xsd:element name="dd" fp:default="onmouseover">
  1195.         <xsd:complexType mixed="true">
  1196.             <xsd:choice>
  1197.                 <xsd:group ref="FlowElements" />
  1198.             </xsd:choice>
  1199.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1200.         </xsd:complexType>
  1201.     </xsd:element>
  1202.  
  1203. <!--=================== Address ==========================================-->
  1204.  
  1205.     <xsd:element name="address" vs:clientom="block" fp:default="onclick">
  1206.         <xsd:complexType mixed="true">
  1207.             <xsd:choice>
  1208.                 <xsd:group ref="inlineElements" />
  1209.                 <xsd:group ref="miscInlineElements" />
  1210.                 <xsd:element ref="p" />
  1211.             </xsd:choice>
  1212.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1213.         </xsd:complexType>
  1214.     </xsd:element>
  1215.  
  1216. <!--=================== Horizontal Rule ==================================-->
  1217.  
  1218.     <xsd:element name="hr">
  1219.         <xsd:complexType>
  1220.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1221.             <xsd:attribute name="Align" default="center" vs:deprecated="true">
  1222.                 <xsd:simpleType>
  1223.                     <xsd:restriction base="xsd:NMTOKEN">
  1224.                         <xsd:enumeration value="left" />
  1225.                         <xsd:enumeration value="center" />
  1226.                         <xsd:enumeration value="right" />
  1227.                     </xsd:restriction>
  1228.                 </xsd:simpleType>
  1229.             </xsd:attribute>
  1230.             <xsd:attribute name="NoShade" vs:standalone="true" vs:deprecated="true" />
  1231.             <xsd:attribute name="Size" vs:deprecated="true" />
  1232.             <xsd:attribute name="Width" vs:deprecated="true" />
  1233.         </xsd:complexType>
  1234.     </xsd:element>
  1235.  
  1236. <!--=================== Preformatted Text ================================-->
  1237. <!-- Content is %Inline; excluding "img|object|applet|big|small|sub|sup|font|basefont" -->
  1238.  
  1239.     <xsd:element name="pre" vs:clientom="block" fp:default="onmouseover">
  1240.         <xsd:complexType mixed="true">
  1241.             <xsd:choice>
  1242.                 <xsd:group ref="preContentElements" />
  1243.             </xsd:choice>
  1244.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1245.             <xsd:attribute name="Width" vs:deprecated="true" />
  1246.             <xsd:attribute name="xml:Space" vs:readonly="true" fixed="true">
  1247.                 <xsd:simpleType>
  1248.                     <xsd:restriction base="xsd:string">
  1249.                         <xsd:enumeration value="preserve" />
  1250.                         <xsd:enumeration value="default" />
  1251.                     </xsd:restriction>
  1252.                 </xsd:simpleType>
  1253.             </xsd:attribute>
  1254.         </xsd:complexType>
  1255.     </xsd:element>
  1256.     
  1257. <!--=================== Block-like Quotes ================================-->
  1258.  
  1259.     <xsd:element name="blockquote" vs:clientom="block" fp:default="onmouseover">
  1260.         <xsd:complexType mixed="true">
  1261.             <xsd:choice>
  1262.                 <xsd:group ref="FlowElements" />
  1263.             </xsd:choice>
  1264.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1265.             <xsd:attribute name="Cite" type="xsd:anyURI" />
  1266.         </xsd:complexType>
  1267.     </xsd:element>
  1268.     
  1269. <!--=================== Text alignment ===================================-->
  1270.  
  1271.     <xsd:element name="center" vs:clientom="block" fp:default="onmouseover">
  1272.         <xsd:complexType mixed="true">
  1273.             <xsd:choice>
  1274.                 <xsd:group ref="FlowElements" />
  1275.             </xsd:choice>
  1276.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1277.         </xsd:complexType>
  1278.     </xsd:element>
  1279.  
  1280. <!--=================== Inserted/Deleted Text ============================-->
  1281.  
  1282.     <xsd:element name="ins" vs:clientom="phrase" fp:default="onmouseover">
  1283.         <xsd:complexType mixed="true">
  1284.             <xsd:choice>
  1285.                 <xsd:group ref="FlowElements" />
  1286.             </xsd:choice>
  1287.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1288.             <xsd:attribute name="Cite" type="xsd:anyURI" />
  1289.             <xsd:attribute name="DateTime" />
  1290.         </xsd:complexType>
  1291.     </xsd:element>
  1292.  
  1293.     <xsd:element name="del" vs:clientom="phrase" fp:default="onmouseover">
  1294.         <xsd:complexType mixed="true">
  1295.             <xsd:choice>
  1296.                 <xsd:group ref="FlowElements" />
  1297.             </xsd:choice>
  1298.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1299.             <xsd:attribute name="Cite" type="xsd:anyURI" />
  1300.             <xsd:attribute name="DateTime" />
  1301.         </xsd:complexType>
  1302.     </xsd:element>
  1303.  
  1304. <!--================== The Anchor Element ================================-->
  1305.  
  1306.     <xsd:element name="a" vs:clientom="anchor" fp:default="onclick">
  1307.         <xsd:complexType mixed="true">
  1308.             <!-- Content Model -->
  1309.             <xsd:choice>
  1310.                 <xsd:group ref="aContentElements" />
  1311.             </xsd:choice>
  1312.             <!-- Attributes -->
  1313.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1314.             <xsd:attributeGroup ref="focusAttributeGroup" />
  1315.             <xsd:attribute name="Charset" />
  1316.             <xsd:attribute name="Type" type="simpleContentType" />
  1317.             <xsd:attribute name="Name" />
  1318.             <xsd:attribute name="HRef" type="xsd:anyURI" vs:preferredextensions=".asp;.aspx;.asmx;.asax;.ashx;.asix;.ascx;.htm;.html;.xml;.xsd;.config;.asa;.css;.shtm;.shtml;.php;.jsp" />
  1319.             <xsd:attribute name="HRefLang" type="i18LanguageCode" />
  1320.             <xsd:attribute name="Rel" type="linkType" />
  1321.             <xsd:attribute name="Rev" type="linkType" />
  1322.             <xsd:attribute name="Target" type="frameTarget" />
  1323.             <xsd:attribute name="Shape" type="shapeType" default="rect" />
  1324.             <xsd:attribute name="Coords" />
  1325.         </xsd:complexType>
  1326.     </xsd:element>
  1327.  
  1328. <!--===================== Inline Elements ================================-->
  1329.  
  1330.     <xsd:element name="span" type="simpleElement" vs:clientom="phrase" />
  1331.  
  1332.     <xsd:element name="bdo" vs:clientom="phrase" fp:default="onmouseover"> <!-- I18N BiDi over-ride -->
  1333.         <xsd:complexType mixed="true">
  1334.             <!-- Content Model -->
  1335.             <xsd:choice>
  1336.                 <xsd:group ref="InlineElements" />
  1337.             </xsd:choice>
  1338.             <!-- Attributes -->
  1339.             <xsd:attributeGroup ref="coreAttributeGroup" />
  1340.             <xsd:attributeGroup ref="inputEventsGroup" />
  1341.             <xsd:attribute name="Lang" type="i18LanguageCode" />
  1342.             <xsd:attribute name="xml:Lang" type="i18LanguageCode" />
  1343.             <xsd:attribute name="Dir" default="ltr" use="required">
  1344.                 <xsd:simpleType>
  1345.                     <xsd:restriction base="xsd:NMTOKEN">
  1346.                         <xsd:enumeration value="ltr" />
  1347.                         <xsd:enumeration value="rtl" />
  1348.                     </xsd:restriction>
  1349.                 </xsd:simpleType>
  1350.             </xsd:attribute>
  1351.         </xsd:complexType>
  1352.     </xsd:element>
  1353.  
  1354.     <xsd:element name="br">
  1355.         <xsd:complexType>
  1356.             <xsd:attributeGroup ref="coreAttributeGroup" />
  1357.             <xsd:attribute name="Clear" default="none" vs:deprecated="true">
  1358.                 <xsd:simpleType>
  1359.                     <xsd:restriction base="xsd:NMTOKEN">
  1360.                         <xsd:enumeration value="all" />
  1361.                         <xsd:enumeration value="left" />
  1362.                         <xsd:enumeration value="none" />
  1363.                         <xsd:enumeration value="right" />
  1364.                     </xsd:restriction>
  1365.                 </xsd:simpleType>
  1366.             </xsd:attribute>
  1367.         </xsd:complexType>
  1368.     </xsd:element>
  1369.  
  1370.     <xsd:element name="em" type="simpleElement" vs:clientom="phrase" />
  1371.     <xsd:element name="strong" type="simpleElement" vs:clientom="phrase" />
  1372.     <xsd:element name="dfn" type="simpleElement" vs:clientom="phrase" />
  1373.     <xsd:element name="samp" type="simpleElement" vs:clientom="phrase" />
  1374.     <xsd:element name="kbd" type="simpleElement" vs:clientom="phrase" />
  1375.     <xsd:element name="var" type="simpleElement" vs:clientom="phrase" />
  1376.     <xsd:element name="cite" type="simpleElement" vs:clientom="phrase" />
  1377.     <xsd:element name="abbr" type="simpleElement" vs:clientom="phrase" />
  1378.     <xsd:element name="acronym" type="simpleElement" vs:clientom="phrase" />
  1379.     <xsd:element name="code" type="simpleElement" vs:clientom="phrase" />
  1380.  
  1381.     <xsd:element name="q" vs:clientom="phrase" fp:default="onmouseover">
  1382.         <xsd:complexType mixed="true">
  1383.             <xsd:choice>
  1384.                 <xsd:group ref="InlineElements" />
  1385.             </xsd:choice>
  1386.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1387.             <xsd:attribute name="Cite" type="xsd:anyURI" />
  1388.         </xsd:complexType>
  1389.     </xsd:element>
  1390.  
  1391.     <xsd:element name="sub" type="simpleElement" vs:clientom="phrase" />
  1392.     <xsd:element name="sup" type="simpleElement" vs:clientom="phrase" />
  1393.     <xsd:element name="tt" type="simpleElement" vs:clientom="phrase" />
  1394.     <xsd:element name="i" type="simpleElement" vs:clientom="phrase" />
  1395.     <xsd:element name="b" type="simpleElement" vs:clientom="phrase" />
  1396.     <xsd:element name="big" type="simpleElement" vs:clientom="phrase" />
  1397.     <xsd:element name="small" type="simpleElement" vs:clientom="phrase" />
  1398.     <xsd:element name="u" type="simpleElement" vs:clientom="phrase"  vs:deprecated="true" />
  1399.     <xsd:element name="s" type="simpleElement" vs:clientom="phrase" vs:deprecated="true" />
  1400.     <xsd:element name="strike" type="simpleElement" vs:clientom="phrase" vs:deprecated="true" />
  1401.  
  1402.     <xsd:element name="basefont" vs:deprecated="true">
  1403.         <xsd:complexType>
  1404.             <xsd:attributeGroup ref="runatAttributeGroup" />
  1405.             <xsd:attribute name="Size" type="xsd:integer" use="required" />
  1406.             <xsd:attribute name="Color" type="colorType" vs:builder="color" />
  1407.             <xsd:attribute name="Face" vs:builder="font" />
  1408.         </xsd:complexType>
  1409.     </xsd:element>
  1410.  
  1411.     <xsd:element name="font" vs:deprecated="true" fp:default="onmouseover">
  1412.         <xsd:complexType mixed="true">
  1413.             <xsd:choice>
  1414.                 <xsd:group ref="InlineElements" />
  1415.             </xsd:choice>
  1416.             <xsd:attributeGroup ref="coreAttributeGroup" />
  1417.             <xsd:attributeGroup ref="i18AttributeGroup" />
  1418.             <xsd:attribute name="Size" type="xsd:integer" />
  1419.             <xsd:attribute name="Color" type="colorType" vs:builder="color" />
  1420.             <xsd:attribute name="Face" vs:builder="font" />
  1421.         </xsd:complexType>
  1422.     </xsd:element>
  1423.  
  1424.  
  1425. <!--==================== Object ======================================-->
  1426.  
  1427.     <xsd:element name="object" fp:default="onclick">
  1428.         <xsd:complexType mixed="true">
  1429.             <xsd:choice>
  1430.                 <xsd:group ref="inlineElements" />
  1431.                 <xsd:group ref="blockElements" />
  1432.                 <xsd:group ref="miscElements" />
  1433.                 <xsd:element ref="param" />
  1434.                 <xsd:element ref="form" />
  1435.             </xsd:choice>
  1436.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1437.             <xsd:attribute name="Declare" vs:standalone="true" />
  1438.             <xsd:attribute name="ClassId" type="xsd:anyURI" />
  1439.             <xsd:attribute name="Class" /> <!-- ASP.NET -->
  1440.             <xsd:attribute name="CodeBase" type="xsd:anyURI" />
  1441.             <xsd:attribute name="Data" type="xsd:anyURI" />
  1442.             <xsd:attribute name="Type" />
  1443.             <xsd:attribute name="CodeType" />
  1444.             <xsd:attribute name="Archive" />
  1445.             <xsd:attribute name="StandBy" />
  1446.             <xsd:attribute name="Height" />
  1447.             <xsd:attribute name="Width" />
  1448.             <xsd:attribute name="UseMap" type="xsd:anyURI" />
  1449.             <xsd:attribute name="Name" />
  1450.             <xsd:attribute name="TabIndex" />
  1451.             <xsd:attribute name="Align" type="imgAlignType" vs:deprecated="true" />
  1452.             <xsd:attribute name="Border" type="xsd:integer" vs:deprecated="true" />
  1453.             <xsd:attribute name="HSpace" type="xsd:integer" vs:deprecated="true" />
  1454.             <xsd:attribute name="VSpace" type="xsd:integer" vs:deprecated="true" />
  1455.         </xsd:complexType>
  1456.     </xsd:element>
  1457.     
  1458.     <xsd:element name="param">
  1459.         <xsd:complexType>
  1460.             <xsd:attributeGroup ref="runatAttributeGroup" />
  1461.             <xsd:attribute name="Name" use="required" />
  1462.             <xsd:attribute name="Value" />
  1463.             <xsd:attribute name="ValueType" default="data" vs:readonly="true">
  1464.                 <xsd:simpleType>
  1465.                     <xsd:restriction base="xsd:NMTOKEN">
  1466.                         <xsd:enumeration value="data" />
  1467.                         <xsd:enumeration value="ref" />
  1468.                         <xsd:enumeration value="object" />
  1469.                     </xsd:restriction>
  1470.                 </xsd:simpleType>
  1471.             </xsd:attribute>
  1472.             <xsd:attribute name="Type" />
  1473.         </xsd:complexType>
  1474.     </xsd:element>
  1475.     
  1476.  
  1477. <!--=================== Java applet ==================================-->
  1478.  
  1479.     <xsd:element name="applet" vs:deprecated="true" fp:default="onload">
  1480.         <xsd:complexType mixed="true">
  1481.             <!-- Content Model -->
  1482.             <xsd:choice>
  1483.                 <xsd:group ref="inlineElements" />
  1484.                 <xsd:group ref="blockElements" />
  1485.                 <xsd:group ref="miscElements" />
  1486.                 <xsd:element ref="param" />
  1487.                 <xsd:element ref="form" />
  1488.             </xsd:choice>
  1489.             <!-- Attributes -->
  1490.             <xsd:attributeGroup ref="coreAttributeGroup" />
  1491.             <xsd:attribute name="CodeBase" type="xsd:anyURI" />
  1492.             <xsd:attribute name="Archive" type="xsd:anyURI" vs:preferredextensions=".jar" />
  1493.             <xsd:attribute name="Code" type="xsd:anyURI" vs:preferredextensions=".class" />
  1494.             <xsd:attribute name="Object" />
  1495.             <xsd:attribute name="Alt" />
  1496.             <xsd:attribute name="Name" />
  1497.             <xsd:attribute name="Width" use="required" />
  1498.             <xsd:attribute name="Height" use="required" />
  1499.             <xsd:attribute name="Align" type="imgAlignType" />
  1500.             <xsd:attribute name="HSpace" type="ui4" />
  1501.             <xsd:attribute name="VSpace" type="ui4" />
  1502.         </xsd:complexType>
  1503.     </xsd:element>
  1504.  
  1505. <!--=================== Images ===========================================-->
  1506.  
  1507.     <xsd:element name="img" fp:default="onclick">
  1508.         <xsd:complexType>
  1509.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1510.             <xsd:attribute name="Src" type="xsd:anyURI" use="required" filetype="image" vs:preferredextensions=".jpg;.jpeg;.gif;.bmp;.jpe;.png;.dib;.tif;.wmf;.ras;.eps;.pcx;.pcd;.tga;.ashx;.asix" />
  1511.             <xsd:attribute name="Alt" use="required" />
  1512.             <xsd:attribute name="Name" />
  1513.             <xsd:attribute name="LongDesc" type="xsd:anyURI" />
  1514.             <xsd:attribute name="Height" />
  1515.             <xsd:attribute name="Width" />
  1516.             <xsd:attribute name="UseMap" type="xsd:anyURI" />
  1517.             <xsd:attribute name="ISMap" vs:standalone="true" />
  1518.             <xsd:attribute name="Align" type="imgAlignType" vs:deprecated="true" />
  1519.             <xsd:attribute name="Border" type="xsd:integer" vs:deprecated="true" />
  1520.             <xsd:attribute name="HSpace" type="ui4" vs:deprecated="true" />
  1521.             <xsd:attribute name="VSpace" type="ui4" vs:deprecated="true" />
  1522.         </xsd:complexType>
  1523.     </xsd:element>
  1524.  
  1525. <!--================== Client-side image maps ============================-->
  1526.  
  1527.     <xsd:element name="map">
  1528.         <xsd:complexType>
  1529.             <xsd:choice>
  1530.                 <xsd:group ref="blockElements" />
  1531.                 <xsd:group ref="miscElements" />
  1532.                 <xsd:element ref="area" />
  1533.                 <xsd:element ref="form" />
  1534.             </xsd:choice>
  1535.             <xsd:attribute name="Class" vs:mapstoname="className" />
  1536.             <xsd:attribute name="Title" />
  1537.             <xsd:attribute name="Name" />
  1538.             <xsd:attribute name="Style" vs:builder="style" />
  1539.             <xsd:attributeGroup ref="i18AttributeGroup" />
  1540.             <xsd:attributeGroup ref="runatAttributeGroup" />
  1541.             <xsd:attributeGroup ref="inputEventsGroup" />
  1542.         </xsd:complexType>
  1543.     </xsd:element>
  1544.  
  1545.     <xsd:element name="area" fp:default="onclick">
  1546.         <xsd:complexType>
  1547.             <!-- Attributes -->
  1548.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1549.             <xsd:attributeGroup ref="focusAttributeGroup" />
  1550.             <xsd:attribute name="Shape" type="shapeType" default="rect" />
  1551.             <xsd:attribute name="Coords" />
  1552.             <xsd:attribute name="HRef" type="xsd:anyURI" vs:preferredextensions=".asp;.aspx;.asmx;.asax;.ashx;.asix;.ascx;.htm;.html;.xml;.xsd;.config;.asa;.css;.shtm;.shtml;.php;.jsp" />
  1553.             <xsd:attribute name="NoHRef" vs:standalone="true" />
  1554.             <xsd:attribute name="Alt" use="required" />
  1555.             <xsd:attribute name="Target" type="frameTarget" />
  1556.         </xsd:complexType>
  1557.     </xsd:element>
  1558.  
  1559. <!--================ Forms ===============================================-->
  1560.  
  1561.     <xsd:element name="form" fp:default="onsubmit">
  1562.         <xsd:complexType mixed="true">
  1563.             <xsd:choice>
  1564.                 <xsd:group ref="formElements" />
  1565.             </xsd:choice>
  1566.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1567.             <xsd:attribute name="Action" type="xsd:anyURI" use="required" vs:preferredextensions=".asp;.aspx;.asmx;.asax;.ashx;.asix;.ascx;.htm;.html;.xml;.xsd;.config;.asa;.css;.shtm;.shtml;.php;.jsp"/>
  1568.             <xsd:attribute name="Method" default="get">
  1569.                 <xsd:simpleType>
  1570.                     <xsd:restriction base="xsd:NMTOKEN">
  1571.                         <xsd:enumeration value="get" />
  1572.                         <xsd:enumeration value="post" />
  1573.                     </xsd:restriction>
  1574.                 </xsd:simpleType>
  1575.             </xsd:attribute>
  1576.             <xsd:attribute name="Name" />
  1577.             <xsd:attribute name="EncType">
  1578.                 <xsd:simpleType>
  1579.                     <xsd:union>
  1580.                         <xsd:simpleType>
  1581.                             <xsd:restriction base="xsd:NMTOKEN">
  1582.                                 <xsd:enumeration value="multipart/form-data" />
  1583.                                 <xsd:enumeration value="application/x-www-form-urlencoded" />
  1584.                             </xsd:restriction>
  1585.                         </xsd:simpleType>
  1586.                         <xsd:simpleType>
  1587.                             <xsd:restriction base="xsd:NMTOKEN">
  1588.                                 <xsd:restriction base="xsd:string" />
  1589.                             </xsd:restriction>
  1590.                         </xsd:simpleType>
  1591.                     </xsd:union>
  1592.                 </xsd:simpleType>
  1593.             </xsd:attribute>
  1594.             <xsd:attribute name="onsubmit" vs:omtype="event" />
  1595.             <xsd:attribute name="onreset" vs:omtype="event" />
  1596.             <xsd:attribute name="Accept" />
  1597.             <xsd:attribute name="Accept-Charset" />
  1598.             <xsd:attribute name="Target" type="frameTarget" />
  1599.         </xsd:complexType>
  1600.     </xsd:element>
  1601.  
  1602.     <xsd:element name="label" fp:default="onclick">
  1603.         <xsd:complexType mixed="true">
  1604.             <xsd:choice>
  1605.                 <xsd:group ref="InlineElements" />
  1606.             </xsd:choice>
  1607.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1608.             <xsd:attributeGroup ref="focusAttributeGroupNoTabIndex" />
  1609.             <xsd:attribute name="For" />
  1610.         </xsd:complexType>
  1611.     </xsd:element>
  1612.     
  1613.     <xsd:element name="input" vs:clientom="#Type" fp:default="onclick">
  1614.         <xsd:complexType>
  1615.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1616.             <xsd:attributeGroup ref="focusAttributeGroup" vs:inputtype="button checkbox file image password radio reset submit Text" />
  1617.             <xsd:attribute name="Type" vs:readonly="true">
  1618.                 <xsd:simpleType>
  1619.                     <xsd:restriction base="xsd:NMTOKEN">
  1620.                         <xsd:enumeration value="button" />
  1621.                         <xsd:enumeration value="checkbox" />
  1622.                         <xsd:enumeration value="file" />
  1623.                         <xsd:enumeration value="hidden" />
  1624.                         <xsd:enumeration value="image" />
  1625.                         <xsd:enumeration value="password" />
  1626.                         <xsd:enumeration value="radio" />
  1627.                         <xsd:enumeration value="reset" />
  1628.                         <xsd:enumeration value="submit" />
  1629.                         <xsd:enumeration value="text" />
  1630.                     </xsd:restriction>
  1631.                 </xsd:simpleType>
  1632.             </xsd:attribute>
  1633.             <xsd:attribute name="Name" />
  1634.             <xsd:attribute name="Value" />
  1635.             <xsd:attribute name="Checked" vs:standalone="true" vs:inputtype="checkbox radio" />
  1636.             <xsd:attribute name="Disabled" vs:standalone="true" vs:inputtype="button checkbox file image password radio reset submit Text" />
  1637.             <xsd:attribute name="ReadOnly" vs:standalone="true" vs:inputtype="password Text" />
  1638.             <xsd:attribute name="Size" type="xsd:integer" vs:inputtype="button checkbox file image password radio reset submit Text" />
  1639.             <xsd:attribute name="MaxLength" type="ui4" vs:inputtype="password Text" />
  1640.             <xsd:attribute name="Src" type="xsd:anyURI" vs:inputtype="image" />
  1641.             <xsd:attribute name="Alt" vs:inputtype="image" />
  1642.             <xsd:attribute name="UseMap" type="xsd:anyURI" vs:inputtype="image" />
  1643.             <xsd:attribute name="onselect" vs:inputtype="checkbox file password radio Text" vs:omtype="event" />
  1644.             <xsd:attribute name="onchange" vs:inputtype="checkbox file password Text" vs:omtype="event" />
  1645.             <xsd:attribute name="Accept" vs:inputtype="file" />
  1646.             <xsd:attribute name="Align" type="imgAlignType" vs:inputtype="image" vs:deprecated="true" />
  1647.         </xsd:complexType>
  1648.     </xsd:element>
  1649.  
  1650.     <xsd:element name="select" fp:default="onchange">
  1651.         <xsd:complexType>
  1652.             <xsd:choice>
  1653.                 <xsd:element ref="option" />
  1654.                 <xsd:element ref="optgroup" />
  1655.             </xsd:choice>
  1656.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1657.             <xsd:attributeGroup ref="focusAttributeGroupNoAccessKey" />
  1658.             <xsd:attribute name="Name" />
  1659.             <xsd:attribute name="Size" type="ui4" />
  1660.             <xsd:attribute name="Multiple" vs:standalone="true" />
  1661.             <xsd:attribute name="Disabled" vs:standalone="true" />
  1662.             <xsd:attribute name="onchange" vs:omtype="event" />
  1663.         </xsd:complexType>
  1664.     </xsd:element>
  1665.  
  1666.     <xsd:element name="optgroup">
  1667.         <xsd:complexType>
  1668.             <xsd:choice>
  1669.                 <xsd:element ref="option" />
  1670.             </xsd:choice>
  1671.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1672.             <xsd:attribute name="Disabled" vs:standalone="true" />
  1673.             <xsd:attribute name="Label" use="required" />
  1674.         </xsd:complexType>
  1675.     </xsd:element>
  1676.  
  1677.     <xsd:element name="option" fp:default="onclick">
  1678.         <xsd:complexType mixed="true">
  1679.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1680.             <xsd:attribute name="Disabled" vs:standalone="true" />
  1681.             <xsd:attribute name="Selected" vs:standalone="true" />
  1682.             <xsd:attribute name="Label" />
  1683.             <xsd:attribute name="Value" />
  1684.         </xsd:complexType>
  1685.     </xsd:element>
  1686.     
  1687.     <xsd:element name="textarea" fp:default="onchange">
  1688.         <xsd:complexType mixed="true">
  1689.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1690.             <xsd:attributeGroup ref="focusAttributeGroup" />
  1691.             <xsd:attribute name="Name" />
  1692.             <xsd:attribute name="Rows" type="xsd:integer" use="required" />
  1693.             <xsd:attribute name="Cols" type="xsd:integer" use="required" />
  1694.             <xsd:attribute name="Disabled" vs:standalone="true" />
  1695.             <xsd:attribute name="ReadOnly" vs:standalone="true" />
  1696.             <xsd:attribute name="onchange" vs:omtype="event" />
  1697.             <xsd:attribute name="onselect" vs:omtype="event" />
  1698.         </xsd:complexType>
  1699.     </xsd:element>
  1700.     
  1701.     <xsd:element name="fieldset" fp:default="onclick">
  1702.         <xsd:complexType mixed="true">
  1703.             <xsd:choice>
  1704.                 <xsd:group ref="inlineElements" />
  1705.                 <xsd:group ref="blockElements" />
  1706.                 <xsd:group ref="miscElements" />
  1707.                 <xsd:element ref="legend" />
  1708.                 <xsd:element ref="form" />
  1709.             </xsd:choice>
  1710.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1711.         </xsd:complexType>
  1712.     </xsd:element>
  1713.  
  1714.     <xsd:element name="legend" fp:default="onclick">
  1715.         <xsd:complexType mixed="true">
  1716.             <xsd:choice>
  1717.                 <xsd:group ref="InlineElements" />
  1718.             </xsd:choice>
  1719.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1720.             <xsd:attribute name="AccessKey" />
  1721.             <xsd:attribute name="Align" vs:deprecated="true">
  1722.                 <xsd:simpleType>
  1723.                     <xsd:restriction base="xsd:NMTOKEN">
  1724.                         <xsd:enumeration value="bottom" />
  1725.                         <xsd:enumeration value="left" />
  1726.                         <xsd:enumeration value="right" />
  1727.                         <xsd:enumeration value="top" />
  1728.                     </xsd:restriction>
  1729.                 </xsd:simpleType>
  1730.             </xsd:attribute>
  1731.         </xsd:complexType>
  1732.     </xsd:element>
  1733.     
  1734.     <xsd:element name="button" fp:default="onclick">
  1735.         <xsd:complexType mixed="true">
  1736.             <xsd:choice>
  1737.                 <xsd:group ref="buttonContentElements" />
  1738.             </xsd:choice>
  1739.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1740.             <xsd:attributeGroup ref="focusAttributeGroup" />
  1741.             <xsd:attribute name="Name" />
  1742.             <xsd:attribute name="Value" />
  1743.             <xsd:attribute name="Type" default="submit" vs:readonly="true">
  1744.                 <xsd:simpleType>
  1745.                     <xsd:restriction base="xsd:NMTOKEN">
  1746.                         <xsd:enumeration value="button" />
  1747.                         <xsd:enumeration value="reset" />
  1748.                         <xsd:enumeration value="submit" />
  1749.                     </xsd:restriction>
  1750.                 </xsd:simpleType>
  1751.             </xsd:attribute>
  1752.             <xsd:attribute name="Disabled" vs:standalone="true" />
  1753.         </xsd:complexType>
  1754.     </xsd:element>
  1755.  
  1756.     <xsd:element name="isindex" vs:deprecated="true">
  1757.         <xsd:complexType>
  1758.             <xsd:attributeGroup ref="coreAttributeGroup" />
  1759.             <xsd:attributeGroup ref="i18AttributeGroup" />
  1760.             <xsd:attribute name="Prompt" />
  1761.         </xsd:complexType>
  1762.     </xsd:element>
  1763.  
  1764.  
  1765. <!--======================= Tables =======================================-->
  1766.  
  1767.     <xsd:element name="table" fp:default="onmouseover">
  1768.         <xsd:complexType>
  1769.             <xsd:choice>
  1770.                 <xsd:element ref="caption" minOccurs="0" maxOccurs="1" />
  1771.                 <xsd:element ref="col" />
  1772.                 <xsd:element ref="colgroup" />
  1773.                 <xsd:element ref="tr" />
  1774.                 <xsd:element ref="thead" minOccurs="0" maxOccurs="1" />
  1775.                 <xsd:element ref="tbody" />
  1776.                 <xsd:element ref="tfoot" minOccurs="0" maxOccurs="1" />
  1777.             </xsd:choice>
  1778.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1779.             <xsd:attribute name="Summary" />
  1780.             <xsd:attribute name="Width" />
  1781.             <xsd:attribute name="Border" type="xsd:integer" />
  1782.             <xsd:attribute name="Frame" default="Border">
  1783.                 <xsd:simpleType>
  1784.                     <xsd:restriction base="xsd:NMTOKEN">
  1785.                         <xsd:enumeration value="void" />
  1786.                         <xsd:enumeration value="above" />
  1787.                         <xsd:enumeration value="below" />
  1788.                         <xsd:enumeration value="hsides" />
  1789.                         <xsd:enumeration value="lhs" />
  1790.                         <xsd:enumeration value="rhs" />
  1791.                         <xsd:enumeration value="vsides" />
  1792.                         <xsd:enumeration value="box" />
  1793.                         <xsd:enumeration value="border" />
  1794.                     </xsd:restriction>
  1795.                 </xsd:simpleType>
  1796.             </xsd:attribute>
  1797.             <xsd:attribute name="Rules">
  1798.                 <xsd:simpleType>
  1799.                     <xsd:restriction base="xsd:NMTOKEN">
  1800.                         <xsd:enumeration value="none" />
  1801.                         <xsd:enumeration value="groups" />
  1802.                         <xsd:enumeration value="rows" />
  1803.                         <xsd:enumeration value="cols" />
  1804.                         <xsd:enumeration value="all" />
  1805.                     </xsd:restriction>
  1806.                 </xsd:simpleType>
  1807.             </xsd:attribute>
  1808.             <xsd:attribute name="CellPadding" />
  1809.             <xsd:attribute name="CellSpacing" />
  1810.             <xsd:attribute name="Align" vs:deprecated="true">
  1811.                 <xsd:simpleType>
  1812.                     <xsd:restriction base="xsd:NMTOKEN">
  1813.                         <xsd:enumeration value="left" />
  1814.                         <xsd:enumeration value="center" />
  1815.                         <xsd:enumeration value="right" />
  1816.                     </xsd:restriction>
  1817.                 </xsd:simpleType>
  1818.             </xsd:attribute>
  1819.             <xsd:attribute name="BgColor" type="colorType" vs:builder="color" vs:deprecated="true" />
  1820.         </xsd:complexType>
  1821.     </xsd:element>
  1822.  
  1823.  
  1824.     <xsd:element name="caption" fp:default="onmouseover">
  1825.         <xsd:complexType mixed="true">
  1826.             <xsd:choice>
  1827.                 <xsd:group ref="InlineElements" />
  1828.             </xsd:choice>
  1829.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1830.             <xsd:attribute name="Align" vs:deprecated="true">
  1831.                 <xsd:simpleType>
  1832.                     <xsd:restriction base="xsd:NMTOKEN">
  1833.                         <xsd:enumeration value="bottom" />
  1834.                         <xsd:enumeration value="left" />
  1835.                         <xsd:enumeration value="right" />
  1836.                         <xsd:enumeration value="top" />
  1837.                     </xsd:restriction>
  1838.                 </xsd:simpleType>
  1839.             </xsd:attribute>
  1840.         </xsd:complexType>
  1841.     </xsd:element>
  1842.  
  1843.     <xsd:element name="colgroup" vs:clientom="col" fp:default="onmouseover">
  1844.         <xsd:complexType>
  1845.             <xsd:choice>
  1846.                 <xsd:element ref="col" />
  1847.             </xsd:choice>
  1848.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1849.             <xsd:attribute name="Span" type="xsd:integer" default="1" />
  1850.             <xsd:attribute name="Width" />
  1851.             <xsd:attributeGroup ref="cellHAlignTypeAttributes" />
  1852.             <xsd:attributeGroup ref="cellVAlignTypeAttributes" />
  1853.         </xsd:complexType>
  1854.     </xsd:element>
  1855.     
  1856.     <xsd:element name="col" fp:default="onmouseover">
  1857.         <xsd:complexType>
  1858.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1859.             <xsd:attribute name="Span" type="xsd:integer" default="1" />
  1860.             <xsd:attribute name="Width" />
  1861.             <xsd:attributeGroup ref="cellHAlignTypeAttributes" />
  1862.             <xsd:attributeGroup ref="cellVAlignTypeAttributes" />
  1863.         </xsd:complexType>
  1864.     </xsd:element>
  1865.     
  1866.     <xsd:element name="thead" vs:clientom="tablesection" fp:default="onmouseover">
  1867.         <xsd:complexType>
  1868.             <xsd:choice>
  1869.                 <xsd:element ref="tr" />
  1870.             </xsd:choice>
  1871.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1872.             <xsd:attributeGroup ref="cellHAlignTypeAttributes" />
  1873.             <xsd:attributeGroup ref="cellVAlignTypeAttributes" />
  1874.         </xsd:complexType>
  1875.     </xsd:element>
  1876.  
  1877.     <xsd:element name="tfoot" vs:clientom="tablesection" fp:default="onmouseover">
  1878.         <xsd:complexType>
  1879.             <xsd:choice>
  1880.                 <xsd:element ref="tr" />
  1881.             </xsd:choice>
  1882.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1883.             <xsd:attributeGroup ref="cellHAlignTypeAttributes" />
  1884.             <xsd:attributeGroup ref="cellVAlignTypeAttributes" />
  1885.         </xsd:complexType>
  1886.     </xsd:element>
  1887.  
  1888.     <xsd:element name="tbody" vs:clientom="tablesection" fp:default="onmouseover">
  1889.         <xsd:complexType>
  1890.             <xsd:choice>
  1891.                 <xsd:element ref="tr" />
  1892.             </xsd:choice>
  1893.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1894.             <xsd:attributeGroup ref="cellHAlignTypeAttributes" />
  1895.             <xsd:attributeGroup ref="cellVAlignTypeAttributes" />
  1896.         </xsd:complexType>
  1897.     </xsd:element>
  1898.  
  1899.     <xsd:element name="tr" fp:default="onmouseover">
  1900.         <xsd:complexType>
  1901.             <xsd:choice>
  1902.                 <xsd:element ref="th" />
  1903.                 <xsd:element ref="td" />
  1904.             </xsd:choice>
  1905.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1906.             <xsd:attributeGroup ref="cellHAlignTypeAttributes" />
  1907.             <xsd:attributeGroup ref="cellVAlignTypeAttributes" />
  1908.             <xsd:attribute name="BgColor" type="colorType" vs:builder="color" vs:deprecated="true" />
  1909.         </xsd:complexType>
  1910.     </xsd:element>
  1911.  
  1912.     <xsd:element name="th" vs:clientom="tablecell" fp:default="onmouseover">
  1913.         <xsd:complexType mixed="true">
  1914.             <xsd:choice>
  1915.                 <xsd:group ref="FlowElements" />
  1916.             </xsd:choice>
  1917.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1918.             <xsd:attributeGroup ref="cellHAlignTypeAttributes" />
  1919.             <xsd:attributeGroup ref="cellVAlignTypeAttributes" />
  1920.             <xsd:attribute name="Abbr" />
  1921.             <xsd:attribute name="Axis" />
  1922.             <xsd:attribute name="Headers" />
  1923.             <xsd:attribute name="Scope" type="scopeType" />
  1924.             <xsd:attribute name="RowSpan" default="1" type="positiveInteger" />
  1925.             <xsd:attribute name="ColSpan" default="1" type="positiveInteger" />
  1926.             <xsd:attribute name="NoWrap" vs:standalone="true" vs:deprecated="true" />
  1927.             <xsd:attribute name="BgColor" type="colorType" vs:builder="color" vs:deprecated="true" />
  1928.             <xsd:attribute name="Width"  vs:deprecated="true" />
  1929.             <xsd:attribute name="Height"  vs:deprecated="true" />
  1930.         </xsd:complexType>
  1931.     </xsd:element>
  1932.     
  1933.     <xsd:element name="td" vs:clientom="tablecell" fp:default="onmouseover">
  1934.         <xsd:complexType mixed="true">
  1935.             <xsd:choice>
  1936.                 <xsd:group ref="FlowElements" />
  1937.             </xsd:choice>
  1938.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1939.             <xsd:attributeGroup ref="cellHAlignTypeAttributes" />
  1940.             <xsd:attributeGroup ref="cellVAlignTypeAttributes" />
  1941.             <xsd:attribute name="Abbr" />
  1942.             <xsd:attribute name="Axis" />
  1943.             <xsd:attribute name="Headers" />
  1944.             <xsd:attribute name="Scope" type="scopeType" />
  1945.             <xsd:attribute name="RowSpan" default="1" type="positiveInteger" />
  1946.             <xsd:attribute name="ColSpan" default="1" type="positiveInteger" />
  1947.             <xsd:attribute name="NoWrap" vs:standalone="true"  vs:deprecated="true" />
  1948.             <xsd:attribute name="BgColor" type="colorType" vs:builder="color" vs:deprecated="true" />
  1949.             <xsd:attribute name="Width"  vs:deprecated="true" />
  1950.             <xsd:attribute name="Height"  vs:deprecated="true" />
  1951.         </xsd:complexType>
  1952.     </xsd:element>
  1953.     
  1954.     <!-- XDR datatype derivations -->
  1955.  
  1956.     <xsd:simpleType name="shapeType">
  1957.         <xsd:restriction base="xsd:NMTOKEN">
  1958.             <xsd:enumeration value="rect" />
  1959.             <xsd:enumeration value="circle" />
  1960.             <xsd:enumeration value="poly" />
  1961.             <xsd:enumeration value="default" />
  1962.         </xsd:restriction>
  1963.     </xsd:simpleType>
  1964.  
  1965.     <xsd:simpleType name="frameBorderType">
  1966.         <xsd:restriction base="xsd:NMTOKEN">
  1967.             <xsd:enumeration value="1" />
  1968.             <xsd:enumeration value="0" />
  1969.         </xsd:restriction>
  1970.     </xsd:simpleType>
  1971.  
  1972.     <xsd:simpleType name="scrollingType">
  1973.         <xsd:restriction base="xsd:NMTOKEN">
  1974.             <xsd:enumeration value="auto" />
  1975.             <xsd:enumeration value="no" />
  1976.             <xsd:enumeration value="yes" />
  1977.         </xsd:restriction>
  1978.     </xsd:simpleType>
  1979.  
  1980.     <xsd:simpleType name="imgAlignType">
  1981.         <xsd:restriction base="xsd:NMTOKEN">
  1982.             <xsd:enumeration value="top" />
  1983.             <xsd:enumeration value="middle" />
  1984.             <xsd:enumeration value="bottom" />
  1985.             <xsd:enumeration value="left" />
  1986.             <xsd:enumeration value="right" />
  1987.         </xsd:restriction>
  1988.     </xsd:simpleType>
  1989.  
  1990.     <xsd:simpleType name="textAlignType">
  1991.         <xsd:restriction base="xsd:NMTOKEN">
  1992.             <xsd:enumeration value="left" />
  1993.             <xsd:enumeration value="center" />
  1994.             <xsd:enumeration value="right" />
  1995.         </xsd:restriction>
  1996.     </xsd:simpleType>
  1997.  
  1998.     <xsd:simpleType name="scopeType">
  1999.         <xsd:restriction base="xsd:NMTOKEN">
  2000.             <xsd:enumeration value="row" />
  2001.             <xsd:enumeration value="col" />
  2002.             <xsd:enumeration value="rowgroup" />
  2003.             <xsd:enumeration value="colgroup" />
  2004.         </xsd:restriction>
  2005.     </xsd:simpleType>
  2006.  
  2007.     <xsd:attributeGroup name="cellHAlignTypeAttributes">
  2008.         <xsd:attribute name="Align">
  2009.             <xsd:simpleType>
  2010.                 <xsd:restriction base="xsd:NMTOKEN">
  2011.                     <xsd:enumeration value="left" />
  2012.                     <xsd:enumeration value="center" />
  2013.                     <xsd:enumeration value="right" />
  2014.                     <xsd:enumeration value="justify" />
  2015.                     <xsd:enumeration value="char" />
  2016.                 </xsd:restriction>
  2017.             </xsd:simpleType>
  2018.         </xsd:attribute>
  2019.         <xsd:attribute name="Char" />
  2020.         <xsd:attribute name="CharOff" />
  2021.     </xsd:attributeGroup>
  2022.  
  2023.     <xsd:attributeGroup name="cellVAlignTypeAttributes">
  2024.         <xsd:attribute name="valign">
  2025.             <xsd:simpleType>
  2026.                 <xsd:restriction base="xsd:NMTOKEN">
  2027.                     <xsd:enumeration value="top" />
  2028.                     <xsd:enumeration value="middle" />
  2029.                     <xsd:enumeration value="bottom" />
  2030.                     <xsd:enumeration value="baseline" />
  2031.                 </xsd:restriction>
  2032.             </xsd:simpleType>
  2033.         </xsd:attribute>
  2034.     </xsd:attributeGroup>
  2035.  
  2036.     <xsd:complexType mixed="true" name="simpleElement">
  2037.         <xsd:choice>
  2038.                 <xsd:group ref="InlineElements" />
  2039.         </xsd:choice>
  2040.         <xsd:attributeGroup ref="commonAttributeGroup" />
  2041.     </xsd:complexType>
  2042.  
  2043. </xsd:schema>
  2044.  
  2045.